home *** CD-ROM | disk | FTP | other *** search
/ ftp.trace.wisc.edu / ftp.trace.wisc.edu.zip / ftp.trace.wisc.edu / Scan.n.Read1.06g.sea.hqx / Scan 'n Read1.06g.rsrc / STR#_5004.txt < prev    next >
Text File  |  2000-04-02  |  11KB  |  413 lines

  1. movie volume=get movie(|<movieRefNum>|,set,volume,<number>)
  2.  
  3. movie topRight=get movie(|<movieRefNum>|,set,topRight,<location>)
  4.  
  5. movie topLeft=get movie(|<movieRefNum>|,set,topLeft,<location>)
  6.  
  7. movie top=get movie(|<movieRefNum>|,set,top,<number>)
  8.  
  9. movie showStepButtons=get movie(|<movieRefNum>|,set,showStepButtons,<boolean>)
  10.  
  11. movie showSpeakerButton=get movie(|<movieRefNum>|,set,showSpeakerButton,<boolean>)
  12.  
  13. movie showController=get movie(|<movieRefNum>|,set,showController,<boolean>)
  14.  
  15. movie showBorder=get movie(|<movieRefNum>|,set,showBorder,<boolean>)
  16.  
  17. movie showBadge=get movie(|<movieRefNum>|,set,showBadge,<boolean>)
  18.  
  19. movie right=get movie(|<movieRefNum>|,set,right,<number>)
  20.  
  21. movie rectangle=get movie(|<movieRefNum>|,set,rectangle,<value>)
  22.  
  23. movie playSelection=get movie(|<movieRefNum>|,set,playSelection,<boolean>)
  24.  
  25. movie playRate=get movie(|<movieRefNum>|,set,playRate,<number>)
  26.  
  27. movie playEveryFrame=get movie(|<movieRefNum>|,set,playEveryFrame,<boolean>)
  28.  
  29. movie name=get movie(|<movieRefNum>|,get,name)
  30.  
  31. movie loopIsPalindrome=get movie(|<movieRefNum>|,set,loopIsPalindrome,<boolean>)
  32.  
  33. movie looping=get movie(|<movieRefNum>|,set,looping,<boolean>)
  34.  
  35. movie location=get movie(|<movieRefNum>|,set,location,<location>)
  36.  
  37. movie left=get movie(|<movieRefNum>|,set,left,<number>)
  38.  
  39. movie isDone=get movie(|<movieRefNum>|,get,isDone)
  40.  
  41. movie editSelection=get movie(|<movieRefNum>|,set,editSelection,<boolean>)
  42.  
  43. movie editable=get movie(|<movieRefNum>|,set,editable,<boolean>)
  44.  
  45. movie duration=get movie(|<movieRefNum>|,get,duration)
  46.  
  47. movie currentTime=get movie(|<movieRefNum>|,set,currentTime,<timeValue>)
  48.  
  49. movie callbackTime=get movie(|<movieRefNum>|,set,callbackTime,<timeValue>)
  50.  
  51. movie bottomRight=get movie(|<movieRefNum>|,set,bottomRight,<location>)
  52.  
  53. movie bottomLeft=get movie(|<movieRefNum>|,set,bottomLeft,<location>)
  54.  
  55. movie bottom=get movie(|<movieRefNum>|,set,bottom,<number>)
  56.  
  57. movie allowCallbacks=get movie(|<movieRefNum>|,set,allowCallbacks,<boolean>)
  58.  
  59. --
  60.  
  61. zoomBox=set the zoomBox of |<windowDesc>| to <boolean>
  62.  
  63. wordDelimiter=set the wordDelimiter to |<character>|
  64.  
  65. windowSize=set the windowSize of |<windowDesc>| to <width>,<height>
  66.  
  67. windowLimit=set the windowLimit to |<horizontal>|,<vertical>
  68.  
  69. width=set the width of |<objectDesc>| to <number>
  70.  
  71. wideMargins=set the wideMargins of |<fieldDesc>| to <boolean>
  72.  
  73. visible=set the visible of |<objectDesc>| to <boolean>
  74.  
  75. useWASTE=get the useWASTE of |<objectDesc>|
  76.  
  77. userProperties=get the userProperties of |<objectDesc>|
  78.  
  79. topRight=set the topRight of |<objectDesc>| to <right>,<top>
  80.  
  81. topLeft=set the topLeft of |<objectDesc>| to <horizontal>,<vertical>
  82.  
  83. top=set the top of |<objectDesc>| to <number>
  84.  
  85. tool=set the tool of |<windowDesc>| to <toolName>
  86.  
  87. textStyle=set the textStyle of |<objectDesc>| to |<styleList>|
  88.  
  89. textSize=set the textSize of |<objectDesc>| to <number>
  90.  
  91. textHeight=set the textHeight of |<textGraphicDesc>| to <number>
  92.  
  93. textFont=set the textFont of |<objectDesc>| to <fontName>
  94.  
  95. textData=set the textData of |<textGraphicDesc>| to <value>
  96.  
  97. textColor=set the textColor of |<fieldDesc>| to <number>
  98.  
  99. textArrows=set the textArrows to |<boolean>|
  100.  
  101. textAlign=set the textAlign of  |<objectDesc>| to |<alignStyles>|
  102.  
  103. text=set the text of |<fieldDesc>| to <filePath>
  104.  
  105. style=set the style of |<objectDesc>| to <value>
  106.  
  107. streamRate=set the streamRate to |<bitsPerSec>|
  108.  
  109. startAngle=set the startAngle of |<arcGraphicDesc>| to <number>
  110.  
  111. soundVolume=set the soundVolume to |<number>|
  112.  
  113. soundManagerVersion=get the soundManagerVersion
  114.  
  115. size=get the size of |<projectDesc>|
  116.  
  117. showPen=set the showPen of |<objectDesc>| to <boolean>
  118.  
  119. showName=set the showName of |<buttonDesc>| to <boolean>
  120.  
  121. showLines=set the showLines of |<fieldDesc>| to <boolean>
  122.  
  123. showFocusRects=set the showFocusRects to |<boolean>|
  124.  
  125. showFill=set the showFill of |<objectDesc>| to |<boolean>|
  126.  
  127. shadow=set the shadow of |<objectDesc>| to <number>
  128.  
  129. serialControl=set the serialControl to |<value>|
  130.  
  131. selected=set the selected of |<objectDesc>| to <boolean>
  132.  
  133. scroll (field)=set the scroll of |<fieldDesc>| to <vert_scroll>
  134.  
  135. scroll (window)=set the scroll of |<windowDesc>| to <horiz_scroll>,<vert_scroll>
  136.  
  137. script=set the script of |<objectDesc>| to <value>
  138.  
  139. rtfText=get the rtfText of |<fieldDesc>/<textGraphicDesc>|
  140.  
  141. roundWidth=set the roundWidth of |<roundRectGraphicDesc>| to <number>
  142.  
  143. roundHeight=set the roundHeight of |<roundRectGraphicDesc>| to <number>
  144.  
  145. right=set the right of |<objectDesc>| to <number>
  146.  
  147. resizable=set the resizable of |<windowDesc>| to <boolean>
  148.  
  149. remapColor=set the remapColor to |<boolean>|
  150.  
  151. rectangle=set the rectangle of |<objectDesc>| to <left>,<top>,<right>,<bottom>
  152.  
  153. recognitionState=get the recognitionState
  154.  
  155. recognitionPhrases=set the recognitionPhrases to |<phraseList>|
  156.  
  157. quickTimeVersion=get the quickTimeVersion
  158.  
  159. properties=get the properties of |<objectDesc>|
  160.  
  161. popArrow=set the popArrow of |<buttonDesc>| to <boolean>
  162.  
  163. points=set the points of |<polygonDesc>| to <pointList>
  164.  
  165. pictureData=set the pictureData of |<graphicDesc>| to <fileName>
  166.  
  167. penWidth=set the penWidth of |<objectDesc>| to |<number>|
  168.  
  169. penPat=set the penPat of |<objectDesc>| to <number>
  170.  
  171. penHeight=set the penHeight of |<objectDesc>| to |<number>|
  172.  
  173. penFore=set the penFore of |<objectDesc>| to <number>
  174.  
  175. penBack=set the penBack of |<objectDesc>| to <number>
  176.  
  177. pattern=set the pattern of |<objectDesc>| to |<number>|
  178.  
  179. owner=get the owner of |<cardDesc>|
  180.  
  181. opColor=set the opColor of |<PictureDataGraphicDesc>| to <RGBColor> --  e.g., 65535,65535,65535
  182.  
  183. oldFashioned=set the oldFashioned of |<objectDesc>| to <boolean>
  184.  
  185. numberFormat=set the numberFormat to |<value>|
  186.  
  187. number=get the number of |<objectDesc>|
  188.  
  189. name=set the name of |<objectDesc>| to <value>
  190.  
  191. multiEffect=set the multiEffect to |<boolean>|
  192.  
  193. movieIdle=set the movieIdle to |<boolean>|
  194.  
  195. mouseText=get the mouseText
  196.  
  197. mouseChar=get the mouseChar
  198.  
  199. modernLook=set the modernLook to |<boolean>|
  200.  
  201. menuSet=set the menuSet to |<number>|
  202.  
  203. lockText=set the lockText of |<fieldDesc>| to <boolean>
  204.  
  205. lockScreen=set the lockScreen of |<windowDesc>| to <boolean>
  206.  
  207. lockRecent=set the lockRecent to |<boolean>|
  208.  
  209. lockMessages=set the lockMessages to |<boolean>|
  210.  
  211. lockMenus=set the lockMenus to |<boolean>|
  212.  
  213. lockErrorDialogs=set the lockErrorDialogs to |<boolean>|
  214.  
  215. locked=set the locked of |<objectDesc>| to <boolean>
  216.  
  217. lockCursor=set the lockCursor to |<boolean>|
  218.  
  219. location=set the location of |<objectDesc>| to <horizontal>,<vertical>
  220.  
  221. listStyle=set the listStyle of |<fieldDesc>| to <listStyleList>
  222.  
  223. lineSize=set the lineSize of |<objectDesc>| to |<number>|
  224.  
  225. lineDelimiter=set the lineDelimiter to |<character>|
  226.  
  227. left=set the left of |<objectDesc>| to <number>
  228.  
  229. language=set the language to |<value>|
  230.  
  231. kind=get the kind of |<objectDesc>|
  232.  
  233. itemDelimiter=set the itemDelimiter to |<character>|
  234.  
  235. interrupt=get the interrupt
  236.  
  237. internationalCompare=set the internationalCompare to |<value>|
  238.  
  239. ink=set the ink of |<objectDesc>| to <value>
  240.  
  241. idleTicks=set the idleTicks to |<number>|
  242.  
  243. ID=get the ID of |<objectDesc>|
  244.  
  245. icon=set the icon of |<buttonDesc>| to <iconID>
  246.  
  247. hilitedText=get the hilitedText of |<fieldDesc>|
  248.  
  249. hilitedLines=set the hilitedLines of |<fieldDesc>| to <number>
  250.  
  251. hiliteColor=set the hiliteColor of |<windowDesc>| to <colorIndex>
  252.  
  253. highlight=set the highlight of |<buttonDesc>| to <boolean>
  254.  
  255. helpBalloons=set the helpBalloons to |<boolean>|
  256.  
  257. height=set the height of |<objectDesc>| to <number>
  258.  
  259. hasTSMTE=get the hasTSMTE
  260.  
  261. hasTSM=get the hasTextServices
  262.  
  263. hasTextServices=get the hasTextServices
  264.  
  265. hasQTVRManager=get the hasQTVRManager
  266.  
  267. hasDragManager=get the hasDragManager
  268.  
  269. hasAppearanceManager=get the hasAppearanceManager
  270.  
  271. freeSize=get the freeSize of |<projectDesc>|
  272.  
  273. foreGround=get the foreGround
  274.  
  275. fillPat=set the fillPat of |<objectDesc>| to <number>
  276.  
  277. fillFore=set the fillFore of |<objectDesc>| to <number>
  278.  
  279. filled=set the filled of |<objectDesc>| to <boolean>
  280.  
  281. fillBack=set the fillBack of |<objectDesc>| to <number>
  282.  
  283. fileType=set the fileType to |<fileTypeCode>|
  284.  
  285. explicitVariables=set the explicitVariables to |<boolean>|
  286.  
  287. editScripts=set the editScripts to |<boolean>|
  288.  
  289. editMenus=set the editMenus to |<boolean>|
  290.  
  291. editBackground=set the editBackground of |<windowDesc>| to <boolean>
  292.  
  293. dragSpeed=set the dragSpeed to |<number>|
  294.  
  295. dragObject=get the dragObject
  296.  
  297. draggable=set the draggable of |<windowDesc>| to <boolean>
  298.  
  299. dragFlavors=get the dragFlavors
  300.  
  301. dontWrap=set the dontWrap of |<fieldDesc>| to <boolean>
  302.  
  303. dontSearch=set the dontSearch of |<fieldDesc>| to <boolean>
  304.  
  305. dontLimitWindows=set the dontLimitWindows to <boolean>
  306.  
  307. dontLimitWds=set the dontLimitWindows to <boolean>
  308.  
  309. dontCacheBits=set the dontCacheBits of |<PictureDataGraphicDesc>| to <boolean>
  310.  
  311. divideLine=set the divideLine of |<menuItemDesc>| to <boolean>
  312.  
  313. disabled=set the disabled of |<objectDesc>| to <boolean>
  314.  
  315. defaultCursor=set the defaultCursor to |<cursorDesc>|
  316.  
  317. default=set the default of |buttonDesc>| to <boolean>
  318.  
  319. cursor=set the cursor to |<cursorDesc>|
  320.  
  321. createPaint=set the createPaint to |<boolean>|
  322.  
  323. commandChar=set the commandChar of |<menuItemDesc>| to <character>
  324.  
  325. colorMode=set the colorMode to |<value>|
  326.  
  327. clut=set the clut of |<cardDesc>| to <value>
  328.  
  329. closeBox=set the closeBox of |<windowDesc>| to <boolean>
  330.  
  331. checkMark=set the checkMark of |<menuItemDesc>| to <boolean>
  332.  
  333. cantModify=set the cantModify of |<projectDesc>| to <boolean>
  334.  
  335. cantDelete=set the cantDelete of |<cardDesc>| to <boolean>
  336.  
  337. bufferMode=set the bufferMode to |<value>|
  338.  
  339. brush=set the brush to |<number>|
  340.  
  341. bottomRight=set the bottomRight of |<objectDesc>| to <horizontal>,<vertical>
  342.  
  343. bottomLeft=set the bottomLeft of |<objectDesc>| to <number>,<number>
  344.  
  345. bottom=set the bottom of |<objectDesc>| to <number>
  346.  
  347. blindTyping=set the blindTyping to |<boolean>|
  348.  
  349. backSize=set the backSize of |<bkgndDesc>| to <width>,<height>
  350.  
  351. backDrop=set the backDrop to |<value>|
  352.  
  353. autoWidth=set the autoWidth of |<buttonDesc>| to <boolean>
  354.  
  355. autoTab=set the autoTab of |<fieldDesc>| to <boolean>
  356.  
  357. autoHilite=set the autoHilite of |<buttonDesc>| to <boolean>
  358.  
  359. audioTrackInfo=get the audioTrackInfo of |<trackNumber>|
  360.  
  361. audioTrackCount=get the audioTrackCount
  362.  
  363. audioStatus=get the audioStatus
  364.  
  365. audioPlayMode=get the audioPlayMode
  366.  
  367. audioDriverVersion=get the audioDriverVersion
  368.  
  369. arcAngle=set the arcAngle of |<arcGraphicDesc>| to <number>
  370.  
  371. appleEventTimeout=set the appleEventTimeout to |default/forever/<ticks>|
  372.  
  373. allowToolTips=set the allowToolTips to |<boolean>|
  374.  
  375. allowTextServices=set the allowTextServices to |<boolean>|
  376.  
  377. allowRecognition=set the allowRecognition to |<boolean>|
  378.  
  379. allowPalettes=set the allowPalettes to |<boolean>|
  380.  
  381. allowObjectCursors=set the allowObjectCursors to |<boolean>|
  382.  
  383. allowMouseWithin=set the allowMouseWithin to |<boolean>|
  384.  
  385. allowMouseMessages=set the allowMouseMessages to |<boolean>|
  386.  
  387. allowKeyInField=set the allowKeyInField to |<boolean>|
  388.  
  389. allowInterrupts=set the allowInterrupts to |<boolean>|
  390.  
  391. allowInlineInput=set the allowInlineInput to |<boolean>|
  392.  
  393. allowInline=set the allowInlineInput to |<boolean>|
  394.  
  395. allowFieldRedraw=set the allowFieldRedraw to |<boolean>|
  396.  
  397. allowFavorites=set the allowFavoriteFlavors to |<boolean>|
  398.  
  399. allowFavoriteFlavors=set the allowFavoriteFlavors to |<boolean>|
  400.  
  401. allowDrop=set the allowDrop of <objectDesc> to |<boolean>|
  402.  
  403. allowDragExport=set the allowDragExport to |<boolean>|
  404.  
  405. allowDrag=set the allowDrag of <objectDesc> to |<boolean>|
  406.  
  407. allowDragAndDrop=set the allowDragAndDrop to |<boolean>|
  408.  
  409. allowDnD=set the allowDragAndDrop to |<boolean>|
  410.  
  411. address=get the address -- of SuperCard
  412.  
  413.